@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
ul,
dl,
dt,
dd,
a,
i,
b,
em,
strong,
img,
input,
button {
    margin: 0;
    padding: 0;
    border: none;
}

body,
html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
    height: 100%;
}

body {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    color: #010101;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.body-bg02 {
    background: #F5F9FF;
}

b,
strong,
i,
em {
    font-weight: normal;
    font-style: normal;
}

img,
input,
select {
    vertical-align: top;
}

img {
    max-width: 100%;
}

textarea,
select,
input {
    outline: none;
    resize: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

input {
    border: none;
    background: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
    color: #010101;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
    color: #010101;
    transition: linear .2s;
}

a:hover {
    color: #4A87F5;
}

li,
lo {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.width {
    width: 1280px;
    margin: 0 auto;
}

.m-auto {
    margin: 0 auto;
}

.center {
    text-align: center;
}

.hide {
    display: none;
}

.more-btn {
    display: block;
    width: 100px;
    height: 30px;
    background: #FFA200;
    border-radius: 4px;
    line-height: 30px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    transition: opacity linear .2s;
}

.more-btn::after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 100%;
    margin-left: 4px;
    background: url("../images/icon-002.png") no-repeat center;
    vertical-align: top;
    transition: linear .2s;
}

.more-btn:hover {
    color: #FFFFFF;
    opacity: .85;
}

.more-btn:hover::after {
    transform: translateX(3px) scale(.85);
}

/* 顶部 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 56px;
    background: #FFFFFF;
}

.header-height {
    height: 56px;
}

.header .logo {
    padding-top: 5px;
}

.header .logo a {
    display: block;
    width: 173px;
    height: 46px;
    overflow: hidden;
    background: url("../images/logo.png") no-repeat center;
    background-size: contain;
    text-indent: -99999em;
}

.header .location {
    margin-left: 40px;
    line-height: 56px;
}

.header .location span {
    display: inline-block;
}

.header .location em {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-right: 22px;
    font-style: normal;
    cursor: pointer;
    box-sizing: content-box;
}

.header .location em::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 24px;
    display: block;
    width: 14px;
    height: 8px;
    background: url("../images/icon-001.png") no-repeat center;
    transition: linear .2s;
}

.header .location em.active::after {
    transform: rotate(180deg);
}

.header .slogan {
    position: relative;
    margin-left: 40px;
    line-height: 56px;
}

.header .slogan::before {
    content: " ";
    display: block;
    position: absolute;
    left: -20px;
    top: 18px;
    width: 1px;
    height: 20px;
    background: #95999E;
}

.header .tel {
    display: flex;
    /*width: 186px;*/
    height: 30px;
    margin-left: 40px;
    margin-top: 13px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    color: #4A87F5;
}
.header .tel i{
    display: inline-block;
    width: 41px;
    height: 30px;
    margin-right: 3px;
    background: url("../images/tel.png") no-repeat center;
    background-size: 80% 80%;
}

.nav a {
    display: block;
    position: relative;
    float: left;
    margin-left: 30px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}

.nav a::after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #4A87F5;
    opacity: 0;
    transform: translateX(-50%);
    transition: width ease-in-out .5s;
}

.nav a:hover,
.nav a.active {
    color: #4A87F5;
}

.nav a:hover::after,
.nav a.active::after {
    opacity: 1;
    width: 100%;
}
.nav .nav-menu{
    position: relative;
    float: left;
    margin-left: 30px;
    height: 66px;
    line-height: 56px;
}

.nav .nav-menu .sub{
    display: none;
    justify-content: center;
    position: absolute;
    left: -28px;
    top: 86%;
    padding: 10px;
    width: 115px;
    background: #FFFFFF repeat;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    box-sizing: content-box;
}
.nav .nav-menu a{
    margin-left: 0;
}
.nav .nav-menu .sub a{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
}
.nav .nav-menu .sub a:after{
    content: none;
}
.nav .nav-menu .sub a:hover{
    color: #4A87F5;
}

.index-user{
    /*display: flex;*/
    display: none;
    align-items: center;
    height: 56px;
    margin-left: 20px;
}
.index-user .notice{
    display: inline-block;
    width: 17px;
    height: 21px;
    background: url("../images/user/notice.png");
    background-size: 100% 100%;
}
.index-user .avatar i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index-user .avatar{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    position: relative;
    font-size: 14px;
}
.index-user .ava-wai{
    display: none;
    position: absolute;
    left: -50px;
    top: 23px;
    padding-top: 30px;
}
.index-user .sanj{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    left: 50%;
    top: 10px;

}
.index-user .hide-ava{
    padding: 10px 0;
    width: 119px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
}
.index-user .hide-ava div:not(:first-child){
    margin-top: 5px;
}
.index-user .hide-ava a{
    display: flex;
    align-items: center;
    padding: 4px 12px;
}
.index-user .hide-ava i{
    display: inline-block;
    width: 15px;
    height: 15px;
}
.index-user .hide-ava span{
    margin-left: 12px;
}
.index-user .hide-ava a:hover{
    background: #E4EEFF;
    color: #4C89F4;
}
.index-user-nologin{
    display: none;
    align-items: center;
    height: 56px;
    margin-left: 20px;
    position: relative;
}
.index-user-nologin a:hover{
    color: #ffffff;
}
.index-user-nologin .al{
    background: #4C89F4;
    border-radius: 6px;
    padding: 3px 15px;
    color: #ffffff;
}
.index-user-nologin .ava-wai{
    display: none;
    position: absolute;
    left: -50px;
    top: 38px;
    padding-top: 30px;
}
.index-user-nologin .sanj{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    left: 45%;
    top: 10px;
}
.index-user-nologin .hide-ava{
    width: 220px;
    padding: 10px 22px 27px 22px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
}
.index-user-nologin .hide-ava .first{
    padding: 2px 0 10px 0;
    border-bottom: #F0F0F0 solid 1px;
    margin-bottom: 8px;
}
.index-user-nologin .hide-ava>div:not(.first){
    margin-top: 14px;
}
.index-user-nologin .hide-ava i{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 9px;
    
}
.index-user-nologin .hide-ava div:nth-child(2) i{
    background: url("/statics/images/user/xf-push1.png") no-repeat center /100% 100%;
}
.index-user-nologin .hide-ava div:nth-child(3) i{
    background: url("/statics/images/user/xf-push2.png") no-repeat center /100% 100%;
}
.index-user-nologin .hide-ava div:nth-child(4) i{
    background: url("/statics/images/user/xf-push3.png") no-repeat center /100% 100%;
}
.index-user-nologin .hide-ava div:nth-child(5) i{
    background: url("/statics/images/user/xf-push4.png") no-repeat center /100% 100%;
}
.index-user-nologin .gray-text{
    color: #999999;
}
.d-flex{
    display: flex;
}
.items-center{
    align-items: center;
}
.flex-col{
    flex-direction: column;
}
.header-blue .index-user-nologin .al{
    background: white;
}
.header-blue .index-user-nologin .al span{
    color: #4C89F4;
}
.header-blue .index-user-nologin a{
    color: #4C89F4;
}
.index-user-nologin *,.index-user * {
    box-sizing: border-box;;
    line-height: normal;
}
/*头部结束*/

/* --白色头部-菜单居中 */
.header-center .nav {
    margin-right: 255px;
}

/* --蓝色头部 */
.header-blue {
    background: #4A87F5 url("../images/top-bg.png") no-repeat center;
    background-size: auto 100%;
}

.header-blue .logo a,
.header-blue90 .logo a {
    background-image: url("../images/logo-w.png");
}

.header-blue .location em::after {
    background-image: url("../images/icon-001-w.png");
}

.header-blue .slogan::before,
.header-blue .nav a::after {
    background: #FFFFFF;
}

.header-blue .location,
.header-blue .slogan,
.header-blue .nav a,
.header-blue .nav a:hover,
.header-blue .nav a.active {
    color: #FFFFFF;
}

.header-blue .tel{
    color: #fff;
}
.header-blue .tel i{
    background-image: url("../images/tel-w.png");
}


/* --蓝色头部高90 */
.header-blue90 {
    height: 90px;
    background: #4A87F5 url("../images/top-bg02.png") no-repeat center;
    background-size: auto 100%;
}

.header-height90 {
    height: 90px;
}

.header-blue90 .logo {
    padding-top: 20px;
}

.header-blue90 .slogan {
    line-height: 90px;
}

.header-blue90 .slogan::before {
    top: 35px;
    background: #FFFFFF;
}

.header-blue90 .slogan,
.header-blue90 .nav a,
.header-blue90 .nav a:hover,
.header-blue90 .nav a.active {
    color: #FFFFFF;
}

.header-blue90 .search {
    width: 310px;
    height: 30px;
    margin-left: 70px;
    margin-top: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}

.header-blue90 .search .key-word {
    float: left;
    display: block;
    width: 270px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-indent: 10px;
}

.header-blue90 .search .btn {
    float: right;
    display: block;
    width: 40px;
    height: 30px;
    background: #FFA200 url("../images/icon-search.png") no-repeat center;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: linear .2s;
}

.header-blue90 .search .btn:hover {
    opacity: .85;
}

.header-blue90 .nav {
    padding-top: 15px;
}

.header-blue90 .nav a {
    height: 30px;
    line-height: 30px;
}

.header-blue90 .nav a::after {
    display: none;
}

.header-blue90 .nav a:hover {
    opacity: .85;
}

/* 当前位置、TAG关键词、搜索结果  */
.crumb-nav {
    margin: 16px auto;
}

.key-nav,
.search-nav {
    height: 46px;
    margin-bottom: 40px;
    background: #F5F9FF;
    line-height: 46px;
}

.key-nav span {
    color: #FFA200;
}

.search-nav {
    margin-bottom: 10px;
}

.search-nav .width > * {
    float: left;
    margin-right: 35px;
    height: 46px;
}

.search-nav .count span {
    color: #FFA200;
}

.search-nav label {
    float: left;
}

.search-nav .orderby span ,
.search-nav .type span {
    display: inline-block;
    margin-right: 10px;
    color: #FFA200;
    text-decoration: underline;
}

.search-nav .orderby a ,
.search-nav .type a {
    display: inline-block;
    margin-right: 10px;
}

.search-nav .orderby a:hover ,
.search-nav .type a:hover {
    color: #FFA200;
}

.search-nav .area dl {
    position: relative;
    float: left;
    height: 30px;
    line-height: 28px;
    margin-top: 8px;
    z-index: 2;
}

.search-nav .area dt {
    box-sizing: border-box;
    height: 30px;
    text-indent: 10px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    border-bottom: none;
    background: #FFFFFF;
    border-radius: 4px;
}

.search-nav .area dt::after {
    content: " ";
    display: block;
    position: absolute;
    right: 8px;
    top: 0;
    width: 14px;
    height: 29px;
    background: url("../images/icon-001.png") no-repeat center;
    transition: ease-out .5s;
}

.search-nav .area dd {
    box-sizing: border-box;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-top: none;
    max-height: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.search-nav .area dd::-webkit-scrollbar {
    width: 6px;
}

.search-nav .area dd::-webkit-scrollbar-track {
    background-color: #EEEEEE;
}

.search-nav .area dd::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

.search-nav .area dd a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    height: 28px;
    overflow: hidden;
}

.search-nav .area dd a:hover,
.search-nav .area dd a.active {
    color: #FFA200;
}

.search-nav .area dl.active dt {
    border-color: #EDF0F4;
    border-radius: 4px 4px 0 0;
}

.search-nav .area dl.active dt:after {
    transform: rotate(180deg);
}

.search-nav .area dl.active dd {
    max-height: 180px;
    border-color: #EDF0F4;
    border-radius: 0 0 4px 4px;
}

/* 筛选 */
.select {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 40px 60px 10px;
    background: #F5F9FF;
    border-radius: 4px;
}

.select .filter {
    margin-bottom: 20px;
}

.select label {
    float: left;
    width: 80px;
}

.select ul {
    float: left;
    width: 930px;
    height: 2.375em;
    overflow: hidden;
    line-height: 27px;
}

.select li {
    float: left;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.select li.active,.select li.active a {
    color: #fff;
    background: #4A87F5;
    border-radius: 4px;
}

.select .showBtn {
    float: right;
    width: 50px;
    height: 28px;
    background: #FFA200;
    border-radius: 4px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.select .showBtn:hover {
    opacity: .85;
}

.select .chosed {
    float: left;
    width: 770px;
}

.select .chosed .item {
    float: left;
    position: relative;
    padding: 0 25px 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background: #4A87F5;
    border-radius: 4px;
    vertical-align: middle;
}

.select .chosed .icon-del {
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
    background: url("../images/icon-close.png") no-repeat center;
    cursor: pointer;
    transition: linear .2s;
}

.select .chosed .icon-del:hover {
    transform: rotate(90deg);
}

.select .search {
    float: right;
    width: 210px;
    background: #fff;
    border: 1px solid #FFA200;
    border-radius: 4px;
    overflow: hidden;
}

.select .search .key-word {
    float: left;
    display: block;
    width: 160px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    text-indent: 10px;
}

.select .search .btn {
    float: right;
    display: block;
    width: 40px;
    height: 26px;
    background: #FFA200 url("../images/icon-search.png") no-repeat center;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: linear .2s;
}

.select .search .btn:hover {
    opacity: .85;
}

/* 分页 */
.list-page {
    margin: 50px auto 60px;
    text-align: center;
    vertical-align: top;
}

.list-page a,
.list-page b {
    display: inline-block;
    padding: 0 9px;
    margin: 0 12px;
    height: 28px;
    line-height: 28px;
    background: #FFFFFF;
    border: 1px solid #EDF0F4;
    border-radius: 4px;
}

.list-page b,
.list-page a:hover,
.list-page .prvePage,
.list-page .nextPage {
    background: #4A87F5;
    border: 1px solid #4A87F5;
    color: #fff;
}

.list-page .prvePage::after,
.list-page .nextPage::after {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 28px;
    vertical-align: top;
    background: url("../images/icon-001-w.png") no-repeat center;
}

.list-page .prvePage::after {
    transform: rotate(90deg);
}

.list-page .nextPage::after {
    transform: rotate(-90deg);
}

.body-bg02 .list-page a,
.body-bg02 .list-page b {
    border-color: #FFFFFF;
}

.body-bg02 .list-page b,
.body-bg02 .list-page a:hover,
.body-bg02 .list-page .prvePage,
.body-bg02 .list-page .nextPage {
    border: 1px solid #4A87F5;
}

.result-empty {
    height: 60px;
    padding-top: 390px;
    background: url("../images/empty.png") no-repeat top center;
    text-align: center;
    color: #999;
}

/* 底部 */
.footer {
    padding: 50px 0;
    background: #2B323D;
    color: #FFFFFF;
}

.footer a {
    color: #FFFFFF;
}

.footer a:hover {
    opacity: .75;
}

.footer-line {
    margin: 20px auto;
    border-bottom: 1px #95999E dashed;
}

.footer .info dl {
    float: left;
    margin-left: 70px;
}

.footer .info dl:first-child {
    margin-left: 0;
}

.footer .info dt,
.footer .code h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 42px;
}

.footer .info dd {
    float: left;
    line-height: 36px;
}

.footer .info dd:nth-child(3) {
    margin-left: 20px;
}

.footer .info dd a {
    display: block;
}

.footer .tel span {
    display: block;
    float: left;
    width: 85px;
    height: 36px;
}

.footer .code {
    float: right;
}

.footer .code li {
    float: left;
}

.footer .code li:nth-child(n+2) {
    margin-left: 50px;
}

.footer .code h5 {
    margin-bottom: 15px;
    text-align: center;
}

.footer .code img {
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 2px;
}

.footer-row dt {
    float: left;
    width: 90px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}

.footer-row dd {
    float: left;
    width: 1110px;
    line-height: 36px;
}

.footer-row dd a {
    margin-right: 10px;
    display: inline-block;
}

.footer-link dd a {
    display: none;
}

.footer-link dd span {
    cursor: pointer;
}

.footer-link dd .showLinks {
    display: inline-block;
}

.footer .copy-right {
    margin-top: 40px;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
    color: #95999e;

}

.footer .copy-right a {
    color: #95999e;
}

.footer .copy-right::before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    vertical-align: middle;
    background: url("../images/icon-006.png") no-repeat center;
}

/* 切换城市 */
.changeCityPop {
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -476px;
    width: 650px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    z-index: 101;
}

.changeCityPop ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 50px;
    border-bottom: 1px solid #F0F0F0;
}

.changeCityPop li {
    padding: 0 10px;
    cursor: pointer;
}

.changeCityPop .active {
    color: #4A87F5;
}

.changeCityPop .con {
    display: none;
    padding: 20px 20px 10px;
}

.changeCityPop dl {
    margin-bottom: 10px;
}

.changeCityPop dt {
    float: left;
    width: 40px;
}

.changeCityPop dd {
    float: left;
    width: 570px;
}

.changeCityPop dd a {
    display: inline-block;
    margin-right: 20px;
}

/* 左侧悬浮 */
.leftFixed {
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 98;
}

.leftFixed li {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    background: #4A87F5;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.leftFixed #goTop {
    display: none;
}

.leftFixed li a {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

@keyframes shake-icon {
    0%{transform: rotate(-20deg)}
    50%{transform: rotate(20deg)}
    100%{transform: rotate(-20deg)}
}

.leftFixed li .icon {
    display: block;
    width: 100%;
}
.leftFixed li:hover .icon{
    animation: shake-icon .5s;
    animation-iteration-count: infinite;
}

.leftFixed li .icon-top {
    height: 19px;
    background: url("../images/icon-top.png") no-repeat center;
}

.leftFixed li .icon-service {
    height: 35px;
    background: url("../images/icon-service.png") no-repeat center;
}

.leftFixed li .icon-tel {
    height: 35px;
    background: url("../images/tel-w.png") no-repeat center;
}

.leftFixed .tel .tel-info {
    position: absolute;
    left: -180px;
    top: 0;
    width: 170px;
    height: 80px;
    box-sizing: border-box;
    padding: 5px 5px 5px 5px;
    background-color: #4A87F5;
    border-radius: 4px;
    transition: ease-in left .5s;
    display: none;
    z-index: -998;
}

.leftFixed .tel-info span{
    display: block;
    font-size: 17px;
}
.leftFixed .tel-info span:last-child{
    font-size: 22px;
    line-height: 50px;
}
.leftFixed .tel:hover .tel-info{
    display: block;
}

.leftFixed li .icon-wx {
    height: 35px;
    background: url("../images/icon-wx.png") no-repeat center;
}

.leftFixed li p {
    margin-top: 5px;
}

.leftFixed .wx .code {
    position: absolute;
    right: -170px;
    top: -90px;
    width: 170px;
    height: 170px;
    box-sizing: border-box;
    padding: 5px 5px 5px 5px;
    background: #4A87F5;
    border-radius: 4px 0 0 4px;
    transition: ease-in left .5s;
    opacity: 0;
    z-index: -999;
}

.leftFixed .wx .code img {
    display: block;
    width: 160px;
    height: 160px;
}

.leftFixed .wx:hover {
    border-radius:  0 4px 4px 0 ;
}

.leftFixed .wx:hover .code {
    right: 90px;
    opacity: 1;
}

#nb_icon_wrap{
    display: none;
    opacity: 0;
}

/* 小屏幕 */
@media screen and (max-width: 1366px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }

    textarea,
    select,
    input {
        font-size: 14px;
    }

    .width {
        width: 1000px;
    }

    .more-btn {
        font-weight: 400;
    }

    /* --白色头部-菜单居中 */
    .header-center .nav {
        margin-right: 0;
    }

    .header .tel{
        margin-left: 5px;
    }
    .nav a{
        margin-left:10px;
    }
    .nav .nav-menu {
        margin-left: 10px;
    }

    /* 筛选 */
    .select {
        padding: 30px 30px 15px;
    }

    .select .filter {
        margin-bottom: 10px;
    }

    .select ul {
        width: 800px;
    }

    .select li {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .select .showBtn {
        height: 24px;
        line-height: 24px;
        font-weight: 400;
    }

    .select .chosed {
        width: 600px;
    }

    .select .chosed .item {
        padding: 0 22px 0 10px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .select .chosed .icon-del {
        top: 4px;
        right: 4px;
    }

    .select .search .key-word {
        height: 22px;
        font-size: 14px;
        line-height: 22px;
    }

    .select .search .btn {
        height: 22px;
        background-size: auto 15px;
    }



    /* 底部 */
    .footer-row dd {
        width: 910px;
    }

    .header-blue90 .search{
        width: 185px;
    }

}

/* 移动端 */
@media screen and (orientation:portrait) and (max-width: 1080px) {
    body {
        font-size: 4.267vw;
        line-height: 6vw;
    }

    textarea,
    select,
    input {
        font-size: 4.267vw;
    }

    .width {
        width: 96vw;
    }

    .more-btn {
        width: 30vw;
        height: 8vw;
        line-height: 8vw;
    }

    .more-btn::after {
        display: none;
    }

    /* 顶部 */
    .header {
        box-shadow: 0 0 3vw 0 rgba(0, 0, 0, .1);
    }

    .header,
    .header-height,
    .header-blue90,
    .header-height90 {
        height: 12vw;
    }

    .header .logo,
    .header-blue90 .logo {
        padding-top: 2vw;
    }

    .header .logo a {
        width: 20vw;
        height: 8vw;
        background-size: contain;
    }

    .header .location {
        position: relative;
        margin-left: 3vw;
        line-height: 12vw;
        font-size: 3.8vw;
    }

    .header .location em {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
        padding-right: 4vw;
        overflow: hidden;
        text-indent: -999em;
    }

    .header .location em::after {
        top: 0;
        width: 3vw;
        height: 12vw;
        background-size: contain;
    }

    .header .slogan {
        display: none;
    }

    .nav {
        position: absolute;
        top: 12vw;
        right: -32vw;
        height: 100vh;
        background: #FFFFFF;
        transition: right ease-in .5s;
    }

    .nav.active {
        right: -2vw;
    }

    .nav::before {
        content: "";
        position: absolute;
        top: -10vw;
        left: -12vw;
        display: block;
        width: 8vw;
        height: 8vw;
        background: url("../images/icon-07.png") no-repeat center;
        background-size: contain;
        transition: left ease-in .5s;
    }

    .nav.active::before {
        left: 18vw;
        background-image: url("../images/icon-08.png");
    }

    .nav a {
        float: none;
        margin-left: 0;
        width: 30vw;
        height: 10vw;
        line-height: 10vw;
        text-align: center;
    }

    .nav a::after {
        left: 0;
        top: 50%;
        width: 3px;
        height: 0;
        opacity: 0;
        transform: translate( 0, -50%);
        transition: height ease-in-out .5s;
    }

    .nav a:hover,
    .nav a.active {
        background: #F5F9FF;
    }

    .nav a:hover::after,
    .nav a.active::after {
        opacity: 1;
        width: 2px;
        height: 10vw;
    }

    /*.nav .nav-menu{*/
    /*       display: none;*/
    /*   }*/

    .nav .nav-menu {
        float: none;
        margin-left: 0;
        width: 30vw;
        height: 10vw;
        line-height: 10vw;
        text-align: center;
    }

    /* --蓝色头部 */
    .header-blue .nav::before ,
    .header-blue90 .nav::before {
        background-image: url("../images/icon-07-w.png");
    }

    .header-blue .nav.active::before ,
    .header-blue90 .nav.active::before {
        background-image: url("../images/icon-08-w.png");
    }

    .header-blue .nav a::after ,
    .header-blue90 .nav a::after {
        background: #4A87F5;
    }

    .header-blue .nav a ,
    .header-blue90 .nav a {
        color: #010101;
    }

    .header-blue .nav a:hover,
    .header-blue .nav a.active,
    .header-blue90 .nav a:hover,
    .header-blue90 .nav a.active {
        color: #4A87F5;
    }

    .header-blue .search ,
    .header-blue90 .search {
        position: absolute;
        top: 2vw;
        right: 12vw;
        width: auto;
        height: 8vw;
        margin-left: 0;
        margin-top: 0;
        transition: linear .5s;
    }

    .header-blue .search .key-word ,
    .header-blue90 .search .key-word {
        width: 22vw;
        height: 8vw;
        font-size: 3.8vw;
        line-height: 8vw;
        text-indent: 1em;
        transition: linear .5s;
    }

    .header-blue .search .key-word:focus ,
    .header-blue90 .search .key-word:focus {
        width: 52vw;
    }

    .header-blue .search .btn ,
    .header-blue90 .search .btn {
        width: 12vw;
        height: 8vw;
        margin-left: 2vw;
        background-size: auto 5vw;
    }

    /* --蓝色头部高90 */
    .header-blue90 .nav {
        padding-top: 0;
    }

    .header-blue90 .nav a {
        height: 10vw;
        line-height: 10vw;
    }

    .header-blue90 .nav a::after {
        display: block;
    }

    .header-blue90 .search {
        right: 12vw;
    }

    .header-blue90 .search .key-word,
    .header-blue .slogan~.search .key-word {
        width: 52vw;
    }

    /* 当前位置、TAG关键词、搜索结果  */
    .crumb-nav {
        margin: 3vw auto;
        font-size: 3.8vw;
    }

    .key-nav,
    .search-nav {
        height: auto;
        padding: 2vw 0;
        margin-bottom: 5vw;
        font-size: 3.8vw;
        line-height: 6vw;
    }

    .search-nav {
        height: 32vw;
        margin-bottom: 3vw;
    }

    .search-nav .width > * {
        float: none;
        margin-right: 0;
        height: 8vw;
        line-height: 8vw;
    }

    .search-nav .orderby span ,
    .search-nav .type span ,
    .search-nav .orderby a ,
    .search-nav .type a {
        margin-right: 2vw;
    }

    .search-nav .area dl {
        height: 8vw;
        line-height: 8vw;
        margin-top: 0;
    }

    .search-nav .area dt {
        height: 8vw;
        text-indent: 1em;
    }

    .search-nav .area dt::after {
        right: 2vw;
        width: 3vw;
        height: 8vw;
        background-size: 2.5vw auto;
    }

    .search-nav .area dd a {
        padding: 0 1em;
        height: 8vw;
    }

    .search-nav .area dl.active dd {
        max-height: 55vw;
    }

    /* 筛选 */
    .select {
        margin-bottom: 5vw;
        padding: 3vw 3vw 1vw;
    }

    .select .filter {
        position: relative;
        margin-bottom: 3vw;
        font-size: 3.8vw;
        line-height: 8vw;
    }

    .select label {
        float: none;
        width: auto;
        font-size: 4.2vw;
        font-weight: 600;
    }

    .select ul {
        float: none;
        width: 100%;
        margin-top: 2vw;
    }

    .select li {
        padding: 0 2vw;
        margin-right: 1vw;
        margin-bottom: 1.025vw;
        line-height: 8vw;
    }

    .select .showBtn {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        height: 8vw;
        background: none;
        line-height: 8vw;
        color: #101010;
        opacity: .6;
    }

    .select .showBtn::after {
        content: " ";
        display: inline-block;
        width: 4vw;
        height: 8vw;
        background: url("../images/icon-001.png") no-repeat center;
        background-size: 2.5vw auto;
        vertical-align: top;
        transition: linear .2s;
    }

    .select .showAll::after {
        transform: rotate(180deg);
    }

    .select .chosed {
        float: none;
        width: 100%;
        margin-top: 2vw;
    }

    .select .chosed::after {
        display: block;
        content: "";
        clear: both;
    }

    .select .chosed .item {
        padding: 0 6vw 0 2vw;
        margin-right: 1vw;
        margin-bottom: 1.025vw;
    }

    .select .chosed .icon-del {
        top: 50%;
        right: 1vw;
        width: 3.6vw;
        height: 3.6vw;
        margin-top: -1.8vw;
        background-size: contain;
    }

    .select .search {
        box-sizing: content-box;
        float: none;
        width: 100%;
        margin-top: 5vw;
    }

    .select .search .key-word {
        width: 73vw;
        height: 10vw;
        font-size: 3.8vw;
        line-height: 10vw;
        text-indent: 1em;
    }

    .select .search .btn {
        width: 15vw;
        height: 10vw;
        background-size: auto 5vw;
    }

    /* 分页 */
    .list-page {
        margin: 8vw auto 10vw;
    }

    .list-page a,
    .list-page b {
        padding: 0 1.5vw;
        margin: 0 .5vw;
        height: 6vw;
        font-size: 4.2vw;
        line-height: 6vw;
    }

    .list-page .prvePage::after,
    .list-page .nextPage::after {
        width: 3vw;
        height: 6vw;
        background-size: 3vw auto;
    }

    .result-empty {
        height: 12vw;
        padding-top: 56vw;
        background-size: 60vw auto;
    }

    /* 底部 */
    .footer {
        padding: 8vw 0 0;
        background: #f5f5f5;
        color: #666;
    }

    .footer a {
        color: #666;
    }

    .footer-line {
        margin: 5vw auto;
        border-bottom: 1px #95999E dashed;
    }

    .footer .info dl {
        float: none;
        clear: both;
        margin-left: 0;
        margin-bottom: 3vw;
    }

    .footer .info dt,
    .footer .code h5 {
        margin-bottom: 0;
        font-size: 4.2vw;
        line-height: 8vw;
    }

    .footer .info dd {
        float: none;
        clear: both;
        height: 8vw;
    }

    .footer .info dd:nth-child(3) {
        margin-left: 0;
    }

    .footer .info dd a {
        float: left;
        width: 20%;
        font-size: 3.8vw;
        line-height: 8vw;
    }

    .footer .tel dd {
        height: 40vw;
    }

    .footer .tel p {
        font-size: 3.8vw;
        line-height: 8vw;
    }

    .footer .tel span {
        width: 20vw;
        height: 8vw;
    }

    .footer .code {
        float: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer .code li:nth-child(n+2) {
        margin-left: 0;
    }

    .footer .code h5 {
        margin-bottom: 0;
        font-size: 4.2vw;
    }

    .footer .code img {
        width: 28vw;
        height: 28vw;
    }

    .footer-row dt {
        float: none;
        width: 100%;
        font-size: 4.2vw;
        line-height: 8vw;
    }

    .footer-row dd {
        float: none;
        width: 100%;
        line-height: 8vw;
    }

    .footer-row dd a {
        margin-right: 2vw;
        font-size: 3.8vw;
    }

    .footer .copy-right {
        background: #2B323D;
        padding: 5vw;
        margin-top: -6vw;
        font-size: 3.8vw;
        line-height: 5vw;

    }

    .footer .copy-right::before {
        width: 3.8vw;
        height: 3.8vw;
        margin-right: 1vw;
        background-size: contain;
    }

    /* 切换城市 */
    .changeCityPop {
        top: 15vw;
        margin-left: -48vw;
        width: 96vw;
    }

    .changeCityPop ul {
        height: 12vw;
        padding: 0 5vw;
    }

    .changeCityPop li {
        padding: 0;
    }

    .changeCityPop .con {
        padding: 5vw 5vw 3vw;
    }

    .changeCityPop dl {
        margin-bottom: 3vw;
    }

    .changeCityPop dt {
        width: 8vw;
    }

    .changeCityPop dd {
        width: 78vw;
    }

    .changeCityPop dd a {
        margin-right: 3vw;
    }

    /* 左侧悬浮 */
    .leftFixed {
        left: auto;
        right: 0;
        bottom: 25vw;
    }

    .leftFixed li {
        width: 12vw;
        height: 12vw;
        margin-bottom: 1vw;
        line-height: 20px;
    }

    .leftFixed li:last-child,
    .leftFixed li p{
        display: none;
    }

    .leftFixed li a,
    .leftFixed li .icon-tel{
        height: 7vw;
        background-size: contain;
    }
    .leftFixed .tel:hover .tel-info{
        display: none;
    }

    .leftFixed li .icon-top {
        height: 3vw;
        background-size: contain;
    }

    .leftFixed li .icon-service {
        height: 7vw;
        background-size: contain;
    }

    .leftFixed li p {
        margin-top: 0;
    }

    .header .tel{
        height: 12vw;
        line-height: 12vw;
        margin-top: 0;
        font-size: 4.267vw;
        margin-right: 9vw;

    }
    .header .tel i{
        display: block;
        width: 8vw;
        height: 10vw;
        background-size: contain;
        padding-top: 2vw;
    }
    .index-user-div{
        display: none;
    }
}

#aff-im-root .embed-icon{
    display: none;
}

